model = { #Model 0#Flying Rocket V2A5
	cost 						= 4
	buildtime					= 60
	defaultorganisation 		= 100
	manpower					= 0
	maxspeed					= 5700
	surfacedefence				= 20
	airdefence					= 20
	strategicattack				= 14
	range						= 530
	supplyconsumption 			= 0.5
	fuelconsumption				= 2
}
model = { #Model 1#Ballistic Missile V2A9
	cost 						= 6
	buildtime					= 120
	defaultorganisation 		= 100
	manpower					= 0
	maxspeed					= 6000
	surfacedefence				= 30
	airdefence					= 30
	strategicattack				= 20
	range						= 5000
	supplyconsumption 			= 1
	fuelconsumption				= 2.5
}
model = { #Model 2#Inter Continental Ballistic Missile V2A10
	cost 						= 15 # +10
	buildtime					= 180
	defaultorganisation 		= 100	
	manpower					= 0
	maxspeed					= 6200
	surfacedefence				= 50
	airdefence					= 50
	strategicattack				= 25
	range						= 10000
	supplyconsumption 			= 2
	fuelconsumption				= 5
}